home *** CD-ROM | disk | FTP | other *** search
/ Macademic for Students & Teachers / Macademic for Students and Teachers (Quantum Leap)(1992).iso / General Interest / Quotes & Quips / background_2723.txt < prev    next >
Text File  |  1989-04-27  |  4KB  |  183 lines

  1. -- background: 2723 from stack: in
  2. -- bmap block id: 2236
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 00
  10. -- high flags: 0007
  11. -- rect: left=16 top=50 right=210 bottom=491
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 3
  16. -- text size: 10
  17. -- style flags: 0
  18. -- line height: 13
  19. -- part name: Illustration
  20.  
  21.  
  22. -- part 2 (field)
  23. -- low flags: 00
  24. -- high flags: 0002
  25. -- rect: left=16 top=234 right=303 bottom=257
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 0
  29. -- font id: 3
  30. -- text size: 10
  31. -- style flags: 0
  32. -- line height: 13
  33. -- part name: Themes
  34.  
  35.  
  36. -- part 10 (field)
  37. -- low flags: 00
  38. -- high flags: 0007
  39. -- rect: left=272 top=234 right=332 bottom=492
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 0 / 0
  42. -- text alignment: 0
  43. -- font id: 3
  44. -- text size: 10
  45. -- style flags: 0
  46. -- line height: 13
  47. -- part name: Note
  48.  
  49.  
  50. -- part 11 (field)
  51. -- low flags: 01
  52. -- high flags: 0000
  53. -- rect: left=87 top=27 right=46 bottom=441
  54. -- title width / last selected line: 0
  55. -- icon id / first selected line: 0 / 0
  56. -- text alignment: 1
  57. -- font id: 0
  58. -- text size: 12
  59. -- style flags: 0
  60. -- line height: 16
  61. -- part name: Title
  62.  
  63.  
  64. -- part 14 (button)
  65. -- low flags: 00
  66. -- high flags: 0000
  67. -- rect: left=206 top=305 right=339 bottom=245
  68. -- title width / last selected line: 0
  69. -- icon id / first selected line: 32650 / 32650
  70. -- text alignment: 1
  71. -- font id: 0
  72. -- text size: 12
  73. -- style flags: 0
  74. -- line height: 16
  75. -- part name: Next
  76. ----- HyperTalk script -----
  77. on mouseUp
  78.   visual dissolve
  79.   go to next card
  80. end mouseUp
  81.  
  82.  
  83. -- part 15 (button)
  84. -- low flags: 00
  85. -- high flags: 0000
  86. -- rect: left=4 top=306 right=340 bottom=43
  87. -- title width / last selected line: 0
  88. -- icon id / first selected line: 1016 / 1016
  89. -- text alignment: 1
  90. -- font id: 0
  91. -- text size: 12
  92. -- style flags: 0
  93. -- line height: 16
  94. -- part name: Prev
  95. ----- HyperTalk script -----
  96. on mouseUp
  97.   visual dissolve
  98.   go to previous card
  99. end mouseUp
  100.  
  101.  
  102. -- part 16 (button)
  103. -- low flags: 00
  104. -- high flags: 0000
  105. -- rect: left=466 top=16 right=52 bottom=502
  106. -- title width / last selected line: 0
  107. -- icon id / first selected line: 8538 / 8538
  108. -- text alignment: 1
  109. -- font id: 0
  110. -- text size: 12
  111. -- style flags: 0
  112. -- line height: 16
  113. -- part name: Iris Out
  114. ----- HyperTalk script -----
  115. on mouseUp
  116.   ask "What do you want to find?"
  117.   if it is empty then exit mouseup
  118.   put it into searchWord
  119.   Answer "Where do you want to search for it?" with "Everywhere" or "Illustrations" or "Themes"
  120.   If it is "themes" then
  121.     put "Find ? in field themes" into phrase
  122.     put searchWord into word 2 of phrase
  123.     put phrase into message box
  124.     find searchWord in field 2
  125.   end if
  126.   If it is "Illustrations" then
  127.     put "Find ? in field illustration" into phrase
  128.     put searchWord into word 2 of phrase
  129.     put phrase into message box
  130.     find searchWord in field 1
  131.   end if
  132.   If it is "Everywhere" then
  133.     put "Find ?" into phrase
  134.     put searchWord into word 2 of phrase
  135.     put phrase into message box
  136.     find searchWord
  137.   end if
  138.   hide message box
  139.   beep
  140. end mouseUp
  141.  
  142.  
  143. -- part 17 (button)
  144. -- low flags: 00
  145. -- high flags: 0000
  146. -- rect: left=45 top=24 right=50 bottom=73
  147. -- title width / last selected line: 0
  148. -- icon id / first selected line: 21700 / 21700
  149. -- text alignment: 1
  150. -- font id: 0
  151. -- text size: 12
  152. -- style flags: 0
  153. -- line height: 16
  154. -- part name: 
  155. ----- HyperTalk script -----
  156. on mouseUp
  157.   hide message
  158.   go Home
  159. end mouseUp
  160.  
  161.  
  162.  
  163.  
  164. -- part 18 (button)
  165. -- low flags: 00
  166. -- high flags: 0000
  167. -- rect: left=12 top=21 right=50 bottom=46
  168. -- title width / last selected line: 0
  169. -- icon id / first selected line: 30557 / 30557
  170. -- text alignment: 1
  171. -- font id: 0
  172. -- text size: 12
  173. -- style flags: 0
  174. -- line height: 16
  175. -- part name: 
  176. ----- HyperTalk script -----
  177. on mouseUp
  178.   visual wipe right
  179.   go first
  180. end mouseUp
  181.  
  182.  
  183.